home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / power201.zip / HELP.102 < prev    next >
Text File  |  1991-05-09  |  3KB  |  67 lines

  1. .QWK file policy
  2. ~~~~~~~~~~~~~~~~
  3. Once a .QWK file has been processed, i.e., everything useful has 
  4. been extracted from it, Power-QWK will perform one of three 
  5. possible actions depending on your selections in this 
  6. configuration session:
  7.  
  8.      1.   Delete the file (answer Y to the 'delete .QWK files?' 
  9.           question).
  10.  
  11.      2.   Rename the file using a mask that you supply (answer N 
  12.           to the question 'delete .QWK files?' and you will be 
  13.           prompted for a rename mask).
  14.           
  15.           This mask can cause the file to be moved to a new 
  16.           directory if you wish, as long as the new directory is 
  17.           on the same drive as the .QWK file directory.
  18.  
  19.      3.   Do nothing (reply N to the 'delete .QWK files?' 
  20.           question and then, when prompted, spacefill the rename 
  21.           mask).
  22.  
  23. If you ask for .QWK packets to be renamed then the mask that you
  24. supply must be a full path name:
  25.  
  26. drive\path_name\new_file_name
  27.  
  28. new_file_name may contain * and ? wildcard characters, providing
  29. that the following rule is remembered:
  30.  
  31.    * in the name or extension refers to the WHOLE of the name or
  32.    extension.
  33.  
  34.    i.e., renaming a packet called DLINE.QWK using the
  35.    rename mask *1.OLD would rename the packet to DLINE1.OLD.
  36.  
  37.    However, renaming with the mask *HADIT.* would result in the
  38.    packet being renamed to DLINEHAD.QWK (the new name would be
  39.    truncated to the eight bytes maximum permitted by DOS).
  40.  
  41. Power-QWK also offers a special renaming facility which you can
  42. obtain by setting new_file_name to the character # (hash mark).
  43.  
  44. e.g., C:\MYDIR\#
  45.  
  46. This causes Power-QWK to generate a new name of the form
  47.  
  48.                       xxxxxnnn.DUN
  49.  
  50. where xxxxx represents the online service's mail packet name,
  51. truncated to five characters if necessary, and nnn is a number
  52. in the range 001 to 999. Power-QWK always generates a name such
  53. that nnn is one greater than any already existent file with the
  54. same name format.
  55.  
  56. So, for Direct-Line users, the packet name is DLINE so .QWK
  57. packets would always be renamed to DLINEnnn.DUN.
  58.  
  59. The first ever such file would be named DLINE001.DUN, the second
  60. would be DLINE002.DUN, and so on.
  61.  
  62. Using the example given above, these files would always be created
  63. in directory C:\MYDIR. This directory need not be the same as
  64. either your upload or download directories but MUST be on the same
  65. drive as your download directory (i.e., the directory in which you
  66. have told Power-QWK to look for .QWK packets).
  67.